Authenticate User for Embedding using Tokens
{ authenticateUserEmbedByToken }
Generates an access authentication token for embedding content, for a given user without their password, using an administrative token.
Method
/API3/authentication/authenticateUserEmbedByToken
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userTokenCredentials
Object Type
Description
The user credentials for authentication by token.
Output Response
Successful Result Code
200
Response Type
string
Description of Response Type
The response is the security token as a base64 string. It is usually stored in a cookie.
Notes
The security token is an authentication ticket that needs to be first generated by an administrative user with full credentials.
Examples
Code Snippets
TypeScript
Curl
Java
C#
Python
PHP